home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / cellcont / data1.cab / DELPHIDM / UDrag.dfm / UDrag.txt
Encoding:
Text File  |  1998-11-20  |  653 b   |  24 lines

  1. inherited FDrag: TFDrag
  2.   Left = 131
  3.   Top = 165
  4.   Caption = 'Drag And Drop'
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited Panel1: TPanel
  8.     inherited Cell1: TCell
  9.       ControlData = {
  10.         00000100D8380000BE1300000000000008000000010101010101000101000A00
  11.         00000000A0406200}
  12.     end
  13.   end
  14.   inherited Panel2: TPanel
  15.     inherited RichEdit1: TRichEdit
  16.       Lines.Strings = (
  17.         'Cell can be drag and drop freely. Everything can be drag'
  18.         'in each cells. Such as object, cell, blocks, you can even'
  19.         'drag cell from one CELL to another. And you can drag it'
  20.         'to EXCE or another application.')
  21.     end
  22.   end
  23. end
  24.